home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6163 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.2 KB  |  59 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: cs.vu.nl!irmen
  3. From: irmen@cs.vu.nl (Irmen de Jong)
  4. Subject: Imagine GUI replacement
  5. Nntp-Posting-Host: punter.cs.vu.nl
  6. Sender: news@cs.vu.nl
  7. Organization: Dept. of Computer Science, Vrije Universiteit Amsterdam
  8. Date: Mon, 25 Mar 1996 10:33:23 GMT
  9. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  10. Message-ID: <DotJzo.548.0.-s@cs.vu.nl>
  11.  
  12. My friend asked me to post the following:
  13. (my comments are in square brackets)
  14.  
  15. ------------------- CHOP HERE ---------
  16.  
  17. Goodday.
  18.  
  19. I have taken a look at the challenge to write a replacement GUI for Imagine,
  20. if you ever worked with the program you will know why!!
  21.  
  22. Imagine is a 3D modeling and ray-tracer program, The lay out is generaly 
  23. a 4 window setup with the 3 views and a perspective. These windows have a 
  24. interactive function. You can click on a point in this window to select it or
  25. drag it to move.. Also there are lots of pull-down menu's.
  26.  
  27. Since I can't get the source, and the program is updated regularly i
  28. thought about the IDCMP messages which are sent to the program.
  29.  
  30. If I send messages to Imagine when the user clicks a point on my screen,
  31. and take the output of the specific window (more a region, not an actual
  32. window) and plot it on my own screen, would this work?  How do I send IDCMP
  33. messages, and does enybody know where I can find documentation about IDCMP
  34. messages?
  35.  
  36.   [ Irmen: About the IDCMP messages, check intuition/intuition.h and
  37.     the autodoc on ModifyIDCMP().
  38.     It is quite dangerous peeking in the screen of another program...]
  39.  
  40. The basic idea behind writing a replacement GUI is that Imagine writes
  41. directely in the screen memory which gives all the graphic cards a
  42. hard-time.  Also the gui is old and needs the professional Kick 3.1 Look.
  43.  
  44. The whole idea is still in its infancy, If you have any other suggestions
  45. please feel free to comment!
  46.  
  47. Thanks.
  48.  
  49. --
  50. zander@hio.hen.nl                 http://www.pimpernel.nl/~sander/
  51. Imagination, not invention, is the supreme master of art as in life.
  52.                                                       -Joseph Conrad
  53.  
  54. ------------------- CHOP HERE ---------
  55.  
  56. -- 
  57. /  Irmen de Jong (email: irmen@cs.vu.nl WWW: http://www.cs.vu.nl/~irmen/)  \
  58. \  Computer Science, VU A'dam, NL.  ``Nothing lasts forever'' -- Species   /
  59.